home *** CD-ROM | disk | FTP | other *** search
- Short: MD5 message-digest algorithm + test program
- Author: (unknown)
- Uploader: ARK@News.wwbnet.de
- Type: dev/c
-
- /*
- * This code implements the MD5 message-digest algorithm. To compute
- * the message digest of a chunk of bytes, declare an MD5Context
- * structure, pass it to MD5Init, call MD5Update as needed on
- * buffers full of bytes, and then call MD5Final, which will fill a
- * supplied 16-byte array with the digest.
- *
- * Equivalent code is available from RSA Data Security, Inc. This code
- * has been tested against that, and is equivalent, except that you
- * don't need to include two pages of legalese with every copy.
- */
-
- source: www.freedos.org
-
-
- ============================= Archive contents =============================
-
- Original Packed Ratio Date Time Name
- -------- ------- ----- --------- -------- -------------
- 7584 2597 65.7% 08-Nov-93 06:10:02 +MD52.C
- 341 178 47.8% 08-Nov-93 06:10:02 +MD52.H
- 3864 951 75.3% 08-Nov-93 06:10:02 +MD5TEST.C
- -------- ------- ----- --------- --------
- 11789 3726 68.3% 12-Jul-99 04:43:06 3 files
-